home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 May: Tool Chest
/
Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso
/
Tool Chest
/
Developer Utilities
/
Installer 4.0.3 SDK
/
Script Examples
/
• Some Useful Utilities
/
Set Dir to Active
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-11-15
|
210 b
|
10 lines
|
[
TEXT/MPS
]
# DirActive Andrew Shebanow 12/4/88
#
# This simplistic little script gets the name of the active window,
# and sets the directory to its folder.
Set Exit 0
If "{Active}" =~ /(≈)®1:≈/
Directory "{®1}:"
End